A. overloading
B. overriding
C. cloning
D. coping
Advertisement
Related Mcqs:
- In which we clone the object and their constituent parts_______________?
- A. Deep cloning B. Shallow cloning C. Both of above D. None of above...
- Object which can store group of other objects is called___________________?
- A. Package B. Wrapper C. Java object D. Collection object...
- The object is created with “new” keyword ?
- A. At Compile-time B. At run-time C. Depends on the code D. None of these...
- Converting a primitive type data into its corresponding wrapper class object instance is called ________________?
- A. boxing B. wrapping C. autoboxing D. instantiation...
- Which metrhods are utilized to control the access to an object in multi threaded programming ?
- A. Synchronized methods B. Asynchronized methods C. Serialized methods D. None of above...
- What is jdb_________________?
- A. java Disassemble B. java Interpreter C. java compiler D. java debugger...
- Runnable is_______________?
- A. Interface B. Class C. Variable D. Method...
- Minimum threads in a program are________________?
- A. 0 B. 1 C. 2 D. 3...
- Automatic type conversion in Java takes place when________________?
- A. Two type are compatible and size of destination type is equal of source type. B. Two type are compatible and size of destination type is larger than source type. C. Two type are compatible and size of destination type is shorter than source type. D. All of the above...
- Which keyword is used while using interface________________?
- A. throw B. throws C. extend D. implements...
Advertisement